
با سلام خدمت کاربران ای تی چت : توسط این کدی که آماده کردم می تونید لینک وبلاگ و سایت های مورد نظر را مثل تصویر بالا در چت روم به صورت متحرک به نمایش بزارید .
برای این کار کد زیر را در جایی مناسب از قالب داخلی چت رومتون قرار بدید :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<div class = "links" id= "linkdooni" >
<marquee behavior= "scroll" onmouseover= "this.stop();" onmouseout= "this.start();" scrolldelay= "70" scrollamount= "2" direction= "right" >
<span style= "color:#F53381;font-weight:bold" >***</span>
<span style= "color:#F53381;font-weight:bold" >***</span>
<span style= "color:#F53381;font-weight:bold" >***</span>
</marquee>
</div>
<style type= "text/css" >
.links {
background-color: #CBCBCB;
padding: 2px;
margin-right: auto;
margin-left: auto;
margin-top: 2pt;
margin-bottom: 2pt;
border: 1px solid #262626;
font-family: tahoma;
font-size: 10px;
color: #FFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
height: 17px;
}
|
نظرات شما عزیزان: